home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / DefineSprite_556 / frame_11 / PlaceObject2_555_4 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  298b  |  20 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == false)
  3.    {
  4.       play();
  5.       _alpha = _root.hurt;
  6.       if(_root.hurt > 0)
  7.       {
  8.          _root.hurt -= 10;
  9.       }
  10.       else
  11.       {
  12.          _root.hurt = 0;
  13.       }
  14.    }
  15.    if(_root.paused == true)
  16.    {
  17.       stop();
  18.    }
  19. }
  20.